projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06fb6aa
)
(sendmail-send-it): If both
author
Kenichi Handa
<handa@m17n.org>
Fri, 12 Sep 1997 01:46:32 +0000
(
01:46
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 12 Sep 1997 01:46:32 +0000
(
01:46
+0000)
buffer-file-coding-system and sendmail-coding-system are nil, use
iso-latin-1 for encoding.
lisp/mail/sendmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/sendmail.el
b/lisp/mail/sendmail.el
index 1035aba71cbe56e55fc901e7d2098d17a48b9c90..fdf4e487d9711f1a00049946d51ca3ce5ea9994f 100644
(file)
--- a/
lisp/mail/sendmail.el
+++ b/
lisp/mail/sendmail.el
@@
-623,7
+623,8
@@
the user from the mailer."
(if (local-variable-p 'buffer-file-coding-system)
buffer-file-coding-system
(or sendmail-coding-system
- default-buffer-file-coding-system))))
+ default-buffer-file-coding-system
+ 'iso-latin-1))))
(unwind-protect
(save-excursion
(set-buffer tembuf)